.deduction-container {
  display: flex;
  flex-direction: column;
  margin: 2px; /* cellspacing */
  width: 40%; 
}

.deduction-header {
  text-align: center;
  font-weight: bold;
}

.deduction-row {
  display: flex;
  justify-content: space-between;
  padding: 2px; /* cellspacing */
}

.deduction-label {
  flex: 1;
  margin-right: 20%
}

.deduction-value {
  text-align: right;
}